func fmt.parsenum
5 uses
fmt (current package)
print.go#L358: func parsenum(s string, start, end int) (num int, isnum bool, newi int) {
print.go#L982: width, ok, newi := parsenum(format, 1, i)
print.go#L1106: p.fmt.wid, p.fmt.widPresent, i = parsenum(format, i, end)
print.go#L1132: p.fmt.prec, p.fmt.precPresent, i = parsenum(format, i, end)
scan.go#L1204: s.maxWid, widPresent, i = parsenum(format, i, end)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)